home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / utils / gzip / config.status < prev    next >
Text File  |  1994-03-08  |  2KB  |  74 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host terra:
  6. #
  7. # configure dummy gcc
  8.  
  9. for arg
  10. do
  11.   case "$arg" in
  12.     -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  13.     exec /bin/sh configure dummy gcc ;;
  14.     *) echo "Usage: config.status --recheck" 2>&1; exit 1 ;;
  15.   esac
  16. done
  17.  
  18. trap 'rm -f Makefile; exit 1' 1 3 15
  19. CC='cc'
  20. CPP='${CC-cc} -E'
  21. INSTALL='/usr/bin/install -c'
  22. INSTALL_PROGRAM='$(INSTALL)'
  23. INSTALL_DATA='$(INSTALL) -m 644'
  24. ZCAT='zcat'
  25. G=''
  26. CFLAGS='-O'
  27. ASCPP='/lib/cpp'
  28. OBJA='match.o'
  29. SEDCMD='1d'
  30. LIBS=''
  31. srcdir='.'
  32. DEFS=' -DASMV -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DSYSDIR=1'
  33. prefix='/usr/local'
  34. exec_prefix='${prefix}'
  35. prsub='s%^prefix\([     ]*\)=\([     ]*\).*$%prefix\1=\2/usr/local%
  36. s%^exec_prefix\([     ]*\)=\([     ]*\).*$%exec_prefix\1=\2${prefix}%'
  37.  
  38. top_srcdir=$srcdir
  39.  
  40. # Allow make-time overrides of the generated file list.
  41. test -n "$gen_files" || gen_files="Makefile"
  42.  
  43. for file in .. $gen_files; do if [ "x$file" != "x.." ]; then
  44.   srcdir=$top_srcdir
  45.   # Remove last slash and all that follows it.  Not all systems have dirname.
  46.   dir=`echo $file|sed 's%/[^/][^/]*$%%'`
  47.   if test "$dir" != "$file"; then
  48.     test "$top_srcdir" != . && srcdir=$top_srcdir/$dir
  49.     test ! -d $dir && mkdir $dir
  50.   fi
  51.   echo creating $file
  52.   rm -f $file
  53.   echo "# Generated automatically from `echo $file|sed 's|.*/||'`.in by configure." > $file
  54.   sed -e "
  55. $prsub
  56. s%@CC@%$CC%g
  57. s%@CPP@%$CPP%g
  58. s%@INSTALL@%$INSTALL%g
  59. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  60. s%@INSTALL_DATA@%$INSTALL_DATA%g
  61. s%@ZCAT@%$ZCAT%g
  62. s%@G@%$G%g
  63. s%@CFLAGS@%$CFLAGS%g
  64. s%@ASCPP@%$ASCPP%g
  65. s%@OBJA@%$OBJA%g
  66. s%@SEDCMD@%$SEDCMD%g
  67. s%@LIBS@%$LIBS%g
  68. s%@srcdir@%$srcdir%g
  69. s%@DEFS@%$DEFS%
  70. " $top_srcdir/${file}.in >> $file
  71. fi; done
  72.  
  73. exit 0
  74.